mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
8 lines
106 B
PHP
8 lines
106 B
PHP
<?php
|
|
|
|
namespace App\Exception\Provider;
|
|
|
|
abstract class AbstractProviderException extends \Exception
|
|
{
|
|
}
|