PHP Class Nelmio\Alice\Throwable\Exception\Generator\Resolver\ResolverNotFoundExceptionFactory

Show file Open project: nelmio/alice Class Usage Examples

Public Methods

Method Description
createForParameter ( string $parameterKey ) : ResolverNotFoundException
createForValue ( Nelmio\Alice\Definition\ValueInterface $value ) : ResolverNotFoundException
createUnexpectedCall ( string $method ) : ResolverNotFoundException

Method Details

createForParameter() public static method

public static createForParameter ( string $parameterKey ) : ResolverNotFoundException
$parameterKey string
return ResolverNotFoundException

createForValue() public static method

public static createForValue ( Nelmio\Alice\Definition\ValueInterface $value ) : ResolverNotFoundException
$value Nelmio\Alice\Definition\ValueInterface
return ResolverNotFoundException

createUnexpectedCall() public static method

public static createUnexpectedCall ( string $method ) : ResolverNotFoundException
$method string
return ResolverNotFoundException