Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
tipuloidea
/
back
/
vendor
/
spatie
/
php-structure-discoverer
/
src
/
Exceptions
:
AmpNotInstalled.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Spatie\StructureDiscoverer\Exceptions; use Exception; class AmpNotInstalled extends Exception { public static function create(): self { return new self('Parallel structure discovery requires amphp/parallel to be installed.'); } }