13 lines
92 B
PHP
13 lines
92 B
PHP
<?php
|
|
/**
|
|
*
|
|
*/
|
|
|
|
namespace App\Exceptions;
|
|
|
|
|
|
class SettingNotFound extends \Exception
|
|
{
|
|
|
|
}
|