for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SchulzeFelix\Stat\Exceptions;
use Exception;
class ApiException extends Exception
{
public static function resultError($message = '')
return new static($message);
}
public static function requestException($message = '')