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;
Related skills
Installs
26
GitHub Stars
43
First Seen
Jan 24, 2026