Some checks failed
abc-api/abcParser/pipeline/head There was a failure building this commit
11 lines
109 B
PHP
11 lines
109 B
PHP
<?php
|
|
|
|
namespace Enzyme\Axiom\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class AxiomException extends Exception
|
|
{
|
|
//
|
|
}
|