mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-05 15:10:16 +02:00
Change namespace to Tvdt
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Exception;
|
||||
namespace Tvdt\Exception;
|
||||
|
||||
class ErrorClearingQuizException extends \Exception {}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Exception;
|
||||
namespace Tvdt\Exception;
|
||||
|
||||
class SpreadsheetDataException extends SpreadsheetException
|
||||
{
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Exception;
|
||||
namespace Tvdt\Exception;
|
||||
|
||||
class SpreadsheetException extends \Exception {}
|
||||
|
||||
Reference in New Issue
Block a user