<?php

namespace Awobaz\Compoships\Exceptions;

use Exception;

class InvalidUsageException extends Exception
{
}
