ext/exception

exception

Installs: 7

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/ext/exception

0.0.4 2025-10-18 02:47 UTC

This package is auto-updated.

Last update: 2025-10-18 02:48:08 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