Overview

Namespaces

  • Deimos
    • CLI
      • Exceptions
  • PHP

Classes

  • Deimos\CLI\CLI
  • Deimos\CLI\Tokenizer
  • Deimos\CLI\Variable

Interfaces

  • Deimos\CLI\InterfaceVariable
  • Throwable

Exceptions

  • Deimos\CLI\Exceptions\CLIRun
  • Deimos\CLI\Exceptions\Required
  • Deimos\CLI\Exceptions\UndefinedAlias
  • Deimos\CLI\Exceptions\UndefinedVariable
  • Exception
  • InvalidArgumentException
  • LogicException
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
1: <?php
2: 
3: namespace Deimos\CLI\Exceptions;
4: 
5: class UndefinedVariable extends \Exception
6: {
7: 
8: }
API documentation generated by ApiGen