<?php

namespace App\Exceptions;

use Exception;

class NoWriteSecurityException extends Exception
{
}