< Laravel REST API
php artisan make:exception ValamiException
Létrejön:
<?php namespace App\Exceptions; use Exception; class ValamiException extends Exception { // }