File "MathException.php"

Full Path: /var/www/drive/laravel/framework/src/Illuminate/Support/Exceptions/MathException.php
File size: 128 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Illuminate\Support\Exceptions;

use RuntimeException;

class MathException extends RuntimeException
{
    //
}