*/ namespace App\Exception; use RuntimeException; class ServiceException extends RuntimeException { }