PHP Classes

File: doc/Classes/Alerts/HaliteAlert.md

Recommend this page to a friend!
  Classes of Scott Arciszewski   Halite   doc/Classes/Alerts/HaliteAlert.md   Download  
File: doc/Classes/Alerts/HaliteAlert.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Halite
Perform cryptography operations with libsodium
Author: By
Last change:
Date: 8 years ago
Size: 367 bytes
 

Contents

Class file image Download

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.