Merge branch 'new_error_layout' into init_to_bootstrap
This commit is contained in:
@ -21,9 +21,9 @@ class ErrorLayout extends Layout
|
||||
}
|
||||
|
||||
/**
|
||||
* @param GeneralException $exception
|
||||
* @param Exception $exception
|
||||
*/
|
||||
public function setException(GeneralException $exception)
|
||||
public function setException(Exception $exception)
|
||||
{
|
||||
$this->exception = $exception;
|
||||
}
|
||||
|
Reference in New Issue
Block a user