| DIR: /home/cardxfeb/www/vendor/laravel/framework/src/Illuminate/Support/Exceptions/ |
| Current File : //home/cardxfeb/www/vendor/laravel/framework/src/Illuminate/Support/Exceptions/MathException.php |
<?php
namespace Illuminate\Support\Exceptions;
use RuntimeException;
class MathException extends RuntimeException
{
//
}
|