Artisan.page

make:exception

Create a new custom exception class

Terminal
php artisan make:exception [-f|--force] [--render] [--report] [--] <name>

Options

forceOptional

Create the class even if the exception already exists

renderOptional

Create the exception with an empty render method

reportOptional

Create the exception with an empty report method

Arguments

nameRequired

The name of the exception