Overview

Namespaces

  • Autarky
    • Config
      • Loaders
    • Console
    • Container
      • Exception
      • Factory
      • Proxy
    • Database
    • Errors
    • Events
    • Files
    • Http
    • Logging
    • Providers
    • Routing
      • Events
    • Testing
    • TwigTemplating
      • Extensions
    • Utils

Exceptions

  • ContainerException
  • NotInstantiableException
  • ResolvingException
  • ResolvingInternalException
  • UnresolvableArgumentException
  • Overview
  • Namespace
  • Class

Class UnresolvableArgumentException

Exception that is thrown when an argument to a method that the container needs to invoke, cannot be resolved.

Exception
Extended by ReflectionException
Extended by Autarky\Container\Exception\ContainerException
Extended by Autarky\Container\Exception\UnresolvableArgumentException
Namespace: Autarky\Container\Exception
Located at Exception/UnresolvableArgumentException.php
Methods summary
public static static
# fromReflectionParam( ReflectionParameter $param, ReflectionFunctionAbstract $func = null, Exception $previous = null, string|null $afterMessage = null )

Create a new exception from some reflection objects.

Create a new exception from some reflection objects.

Parameters

$param
$func
$previous
$afterMessage

Returns

static
protected static
# makeMessage( ReflectionParameter $param, ReflectionFunctionAbstract $func = null )
protected static
# getFunctionName( ReflectionFunctionAbstract $func )
protected static
# getClosureLocation( ReflectionFunctionAbstract $func )
Methods inherited from Exception
__construct(), __toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties inherited from Exception
$code, $file, $line, $message
Autarky Framework API documentation generated by ApiGen