Exceptional v2.1.3 Exceptional View Source

Top-level use aliases

In almost all cases, you want:

use Exceptional

If you only want the operators:

use Exceptional, only: :operators

If you only want named functions:

use Exceptional, only: :named_functions

If you like to live extremely dangerously. This is not recommended. Please be certain that you want to override the standard lib before using.

use Exceptional, include: :overload_pipe