| 1: | <?php | 
| 2: | |
| 3: | declare(strict_types=1); | 
| 4: | |
| 5: | /* | 
| 6: | * This file has been auto generated by Jane, | 
| 7: | * | 
| 8: | * Do no edit it directly. | 
| 9: | */ | 
| 10: | |
| 11: | namespace NxSys\Library\Clients\Brex\API\Payments\Exception; | 
| 12: | |
| 13: | class InternalServerErrorException extends \RuntimeException implements ServerException | 
| 14: | { | 
| 15: | public function __construct(string $message) | 
| 16: | { | 
| 17: | parent::__construct($message, 500); | 
| 18: | } | 
| 19: | } | 
| 20: |