PHP Class Learner\Exceptions\CribbbException

Inheritance: extends Exceptio\Exception
Afficher le fichier Open project: RryLee/learner.video

Protected Properties

Свойство Type Description
$detail string
$id string
$status string
$title string

Méthodes publiques

Méthode Description
__construct ( $message ) : void
getStatus ( ) : integer Get the status
toArray ( ) : array Return the Exception as an array

Méthodes protégées

Méthode Description
build ( array $args ) : string Build the Exception

Method Details

__construct() public méthode

public __construct ( $message ) : void
Résultat void

build() protected méthode

Build the Exception
protected build ( array $args ) : string
$args array
Résultat string

getStatus() public méthode

Get the status
public getStatus ( ) : integer
Résultat integer

toArray() public méthode

Return the Exception as an array
public toArray ( ) : array
Résultat array

Property Details

$detail protected_oe property

protected string $detail
Résultat string

$id protected_oe property

protected string $id
Résultat string

$status protected_oe property

protected string $status
Résultat string

$title protected_oe property

protected string $title
Résultat string