ext/exception

exception

Installs: 21

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/ext/exception

1.0.3 2025-10-30 06:53 UTC

This package is auto-updated.

Last update: 2025-11-30 07:06:55 UTC


README

PHP Dev Template

Features

  • exceptions

Usage

use Zeus\Exception\InvalidArgumentException;
try {
  throw new InvalidArgumentException('test');
} catch (InvalidArgumentException $e) {
  echo $e->getMessage();
}

Installation

  • Install with Composer
    • composer require ext/exception

Documentation

CHANGELOG

See CHANGELOG.md

Contributing

Security Vulnerabilities

License

The XXX is open-sourced software licensed under the MIT license.

Example See https://choosealicense.com/licenses