ServiceErrorException.php 107 B

12345678910
  1. <?php
  2. namespace ACES\Common\Exception;
  3. use Exception;
  4. class ServiceErrorException extends Exception
  5. {
  6. }