Overview

Namespaces

  • Syringe
    • Exceptions

Classes

  • Syringe\Container
  • Syringe\Resolver

Exceptions

  • Syringe\Exceptions\ContainerValueNotFoundException
  • Syringe\Exceptions\UnableToResolveException
  • Overview
  • Namespace
  • Class
 1:  2:  3:  4:  5:  6:  7:  8:  9: 10: 11: 12: 13: 14: 15: 
<?php
/**
 * Created by PhpStorm.
 * User: J
 * Date: 19/05/2017
 * Time: 23:53
 */

namespace Syringe\Exceptions;


class UnableToResolveException extends \Exception
{

}
API documentation generated by ApiGen