Artisan.page

make:exception

Create a new custom exception class

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

Options

renderOptional

Create the exception with an empty render method

reportOptional

Create the exception with an empty report method

Arguments

nameRequired

The name of the class