tastphp/tastphp

View on GitHub
src/Service/Common/DaoException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace TastPHP\Service\Common;

class DaoException extends \Exception
{

}