/home/mip/mip/vendor/laravel/framework/src/Illuminate/Support/Exceptions/MathException.php
<?php

namespace Illuminate\Support\Exceptions;

use RuntimeException;

class MathException extends RuntimeException
{
    //
}