<?php

namespace app\exception;

use Exception;

class ApiException extends Exception
{

}