@@ -2,6 +2,8 @@
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class UnknownParser extends Exception
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user
@@ -2,6 +2,8 @@
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class UnknownParser extends Exception
|
||||
{
|
||||
|
||||
|