8 lines
116 B
PHP
Executable File
8 lines
116 B
PHP
Executable File
<?php
|
|
|
|
namespace MauticPlugin\MauticFullContactBundle\Exception;
|
|
|
|
class NoCreditException extends BaseException
|
|
{
|
|
}
|