Commands.app

php artisan make:exception

Code Generation

Create a new custom exception class

Options & Flags
Available options for this command
--render

Create a render method

--report

Create a report method

Examples
Common usage examples

Create a custom exception

php artisan make:exception UserNotFoundException