<?php
namespace App\Exceptions;
use RuntimeException;
class BiAngException extends RuntimeException
{
}