Overview

Namespaces

  • Net
    • Bazzline
      • Component
        • GenericAgreement
          • Data
          • Exception
          • Process
          • Storage

Interfaces

  • Net\Bazzline\Component\GenericAgreement\Data\AssemblageInterface
  • Net\Bazzline\Component\GenericAgreement\Data\FilterableInterface
  • Net\Bazzline\Component\GenericAgreement\Data\GeneratorInterface
  • Net\Bazzline\Component\GenericAgreement\Data\ModifiableInterface
  • Net\Bazzline\Component\GenericAgreement\Data\TransformableInterface
  • Net\Bazzline\Component\GenericAgreement\Data\ValidatorInterface
  • Net\Bazzline\Component\GenericAgreement\Exception\ExceptionInterface
  • Net\Bazzline\Component\GenericAgreement\Process\ExecutableInterface
  • Net\Bazzline\Component\GenericAgreement\Storage\ItemStorageInterface
  • Net\Bazzline\Component\GenericAgreement\Storage\StorageCollectionInterface

Exceptions

  • Net\Bazzline\Component\GenericAgreement\Exception\InvalidArgument
  • Net\Bazzline\Component\GenericAgreement\Exception\Runtime
  • Net\Bazzline\Component\GenericAgreement\Exception\Standard
  • Overview
  • Namespace
  • Class
 1:  2:  3:  4:  5:  6:  7:  8:  9: 10: 11: 
<?php
/**
 * @author stev leibelt <artodeto@bazzline.net>
 * @since 2015-07-01
 */

namespace Net\Bazzline\Component\GenericAgreement\Exception;

use RuntimeException;

class Runtime extends RuntimeException implements ExceptionInterface {}
PHP Generic Agreement Component by bazzline.net API documentation generated by ApiGen