Overview

Namespaces

  • Net
    • Bazzline
      • Component
        • Command

Classes

  • Net\Bazzline\Component\Command\AbstractCommand
  • Net\Bazzline\Component\Command\Command

Exceptions

  • Net\Bazzline\Component\Command\InvalidSystemEnvironmentException
  • Net\Bazzline\Component\Command\RuntimeException
  • Overview
  • Namespace
  • Class
 1:  2:  3:  4:  5:  6:  7:  8:  9: 10: 11: 
<?php
/**
 * @author stev leibelt <artodeto@bazzline.net>
 * @since 2014-12-17
 */

namespace Net\Bazzline\Component\Command;

use RuntimeException;

class InvalidSystemEnvironmentException extends RuntimeException {}
PHP Command Component by bazzline.net API documentation generated by ApiGen