Overview

Namespaces

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

Classes

  • AbstractDependantProvider
  • AbstractProvider

Interfaces

  • ConsoleProviderInterface
  • DependantProviderInterface
  • ProviderInterface

Exceptions

  • ProviderException
  • Overview
  • Namespace
  • Class

Class ProviderException

Exception
Extended by Autarky\Providers\ProviderException
Namespace: Autarky\Providers
Located at Providers/ProviderException.php
Methods summary
public
# __construct( string $message, array $errors )

Constructor.

Constructor.

Parameters

$message
$errors

Overrides

Exception::__construct()
public string[]
# getErrors( )

Get the exception's error messages.

Get the exception's error messages.

Returns

string[]
Methods inherited from Exception
__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties summary
protected string[] $errors

The error messages.

The error messages.

#
Properties inherited from Exception
$code, $file, $line, $message
Autarky Framework API documentation generated by ApiGen