12 lines
120 B
PHP
12 lines
120 B
PHP
<?php
|
|
|
|
namespace Dotenv\Exception;
|
|
|
|
/**
|
|
* This is the exception interface.
|
|
*/
|
|
interface ExceptionInterface
|
|
{
|
|
//
|
|
}
|