add encoding service

This commit is contained in:
Jaeger
2017-09-21 13:12:20 +08:00
parent 43d8f71678
commit ad9b493fc0
5 changed files with 57 additions and 8 deletions

View File

@@ -0,0 +1,15 @@
<?php
/**
* Created by PhpStorm.
* User: Jaeger <JaegerCode@gmail.com>
* Date: 2017/9/21
*/
namespace QL\Exceptions;
use Exception;
class ServiceNotFoundException extends Exception
{
}