laravel-exceptions

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;
Installs
39
GitHub Stars
14
First Seen
Mar 27, 2026
laravel-exceptions — leeovery/agentic-skills