Phastlight\Error::__construct PHP Method

__construct() public method

public __construct ( $severity, $message, $filePath, $line )
    public function __construct($severity, $message, $filePath, $line)
    {
        $this->severity = $severity;
        $this->message = $message;
        $this->filePath = $filePath;
        $this->line = $line;
    }