Remove empty lines
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
This commit is contained in:
parent
9211e34aec
commit
ea2d75c2b4
1 changed files with 0 additions and 2 deletions
|
@ -506,10 +506,8 @@ class Checker {
|
|||
} catch (\Exception $e) {
|
||||
$result = [
|
||||
'EXCEPTION' => [
|
||||
|
||||
'class' => \get_class($e),
|
||||
'message' => $e->getMessage(),
|
||||
|
||||
],
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue