php-yaoi/php-yaoi

View on GitHub
src/View/Exception.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Yaoi\View;

class Exception extends \Exception
{
    const WRONG_DATA_TYPE = 1;
}