mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
refactor: change log level and add exceptions
This commit is contained in:
7
src/Exception/Provider/AbstractProviderException.php
Normal file
7
src/Exception/Provider/AbstractProviderException.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exception\Provider;
|
||||
|
||||
abstract class AbstractProviderException extends \Exception
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user