vragovR/safecrow-api

View on GitHub
src/Exception/CustomErrorException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace SafeCrow\Exception;

/**
 * Class CustomErrorException
 * @package SafeCrow\Exception
 */
class CustomErrorException extends \Exception
{
}