<?php
namespace Zoomyboy\LaravelNami\Exceptions;
use Exception;
class RightException extends Exception
{
}