<?php
namespace App\Exceptions;
use Exception;
class OptionNotFoundException extends Exception
{
//
}