Browse Source

Merge branch 'new_error_layout'

master
Anton Grebnev 12 years ago
parent
commit
c72495de57
  1. 4
      layout/Error.layout.php

4
layout/Error.layout.php

@ -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; $this->exception = $exception;
} }
Loading…
Cancel
Save