11 lines
130 B
PHP
11 lines
130 B
PHP
<?php
|
|
/**
|
|
* @author Doofinder
|
|
* @copyright Doofinder
|
|
* @license GPLv3
|
|
*/
|
|
|
|
class DoofinderException extends Exception
|
|
{
|
|
}
|