8 lines
99 B
PHP
8 lines
99 B
PHP
<?php namespace FluentMail\App\Services\DB\Viocon;
|
|
|
|
|
|
class VioconException extends \Exception
|
|
{
|
|
|
|
}
|