laravel-exceptions
Originally fromleeovery/claude-laravel
Installation
SKILL.md
Laravel Exceptions
Custom exceptions use static factory methods and implement HttpExceptionInterface.
Related guides:
- Actions - Throwing exceptions in actions
Structure
<?php
declare(strict_types=1);
namespace App\Exceptions;