severity = $severity; if ($filename !== null) { $this->file = $filename; } if ($lineno !== null) { $this->line = $lineno; } } // This doc comment block generated by idl/sysdoc.php /** * ( excerpt from http://php.net/manual/en/errorexception.getseverity.php ) * * Returns the severity of the exception. * * @return mixed Returns the severity level of the exception. */ final public function getSeverity() { return $this->severity; } }