Punic v3.2.0
  • Namespace
  • Class
  • Tree
  • Todo
  • Deprecated

Namespaces

  • Punic
    • Exception

Exceptions

  • BadArgumentType
  • BadDataFileContents
  • DataFileNotFound
  • DataFileNotReadable
  • DataFolderNotFound
  • InvalidDataFile
  • InvalidLocale
  • InvalidOverride
  • NotImplemented
  • ValueNotInList

Class InvalidOverride

An exception raised when an invalid data override is provided.

Exception implements Throwable
Extended by Punic\Exception
Extended by Punic\Exception\InvalidOverride
Namespace: Punic\Exception
Located at Exception/InvalidOverride.php

Methods summary

public
# __construct( mixed $data, mixed $override, Exception $previous = null )

Initializes the instance.

Initializes the instance.

Parameters

$data
The data being overridden
$override
The override data
$previous
The previous exception used for the exception chaining

Overrides

Punic\Exception::__construct

Methods inherited from Exception

__toString(), __wakeup(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()

Constants summary

Constants inherited from Punic\Exception

BAD_ARGUMENT_TYPE, BAD_DATA_FILE_CONTENTS, DATA_FILE_NOT_FOUND, DATA_FILE_NOT_READABLE, DATA_FOLDER_NOT_FOUND, INVALID_DATAFILE, INVALID_LOCALE, INVALID_OVERRIDE, NOT_IMPLEMENTED, VALUE_NOT_IN_LIST

Punic v3.2.0 API documentation generated by ApiGen