Overview

Namespaces

  • Authoritarian
    • Exception
      • Flow
    • Flow
  • PHP

Exceptions

  • FlowException
  • Overview
  • Namespace
  • Class
  • Tree
 1: <?php
 2: 
 3: namespace Authoritarian\Exception;
 4: 
 5: /**
 6:  * Authorization Flow Exception
 7:  **/
 8: class FlowException extends \Exception
 9: {
10: }
11: 
12: 
API documentation generated by ApiGen 2.8.0