<?php

namespace App\Exceptions;

use Exception;

/**
 * Class GeneralException.
 */
class OaiModelException extends Exception
{
}