11 lines
129 B
PHP
11 lines
129 B
PHP
<?php
|
|
|
|
|
|
namespace TorstenHettstedt\TimekeepingApi\Controller;
|
|
|
|
use Exception;
|
|
|
|
class NotDatabasesException extends Exception
|
|
{
|
|
|
|
} |