mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 04:32:15 +01:00
Deactivate reporting for api exceptions
This commit is contained in:
committed by
Constantin Graf
parent
a4667589f2
commit
31c7bdf420
@@ -47,4 +47,14 @@ abstract class ApiException extends Exception
|
|||||||
{
|
{
|
||||||
return __('exceptions.api.'.$this->getKey());
|
return __('exceptions.api.'.$this->getKey());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Report the exception.
|
||||||
|
*
|
||||||
|
* @return bool true means the exception handler will not report it again
|
||||||
|
*/
|
||||||
|
public function report(): bool
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user