mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-09 23:08:56 +02:00
[Nostromo] Add more and tweak Tests
This commit is contained in:
@@ -19,7 +19,7 @@ use Exception;
|
||||
*/
|
||||
class ErrorException extends Exception
|
||||
{
|
||||
public function getTrimmedMessage($maxLength = 80)
|
||||
public function getTrimmedMessage($maxLength = 60)
|
||||
{
|
||||
$message = $this->getMessage();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user