Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 367 Bytes

HaliteAlert.md

File metadata and controls

17 lines (12 loc) · 367 Bytes

HaliteAlert

Namespace: \ParagonIE\Halite\Alerts

This is the base class from which all of our custom Exception classes extend.

If you write code like this:

try {
    // Do something with Halite here...
} catch (\ParagonIE\Halite\Alerts\HaliteAlert $e) {
    // Oh no!
}

...then you should catch every run-time exception this library will throw.