<?php

namespace App\Model\Exception;

use Exception;

class StorageNotConnect extends Exception { }
