Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
tipuloidea
/
back
/
vendor
/
knuckleswtf
/
scribe
/
src
/
Exceptions
:
CouldntGetRouteDetails.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Knuckles\Scribe\Exceptions; class CouldntGetRouteDetails extends \RuntimeException implements ScribeException { public static function new(): self { return new self("Unable to retrieve controller and method for route; try running `php artisan route:clear`"); } }