/home2/mshostin/www/vendor/facade/ignition/src/Exceptions/UnableToShareErrorException.php
<?php

namespace Facade\Ignition\Exceptions;

use Exception;

class UnableToShareErrorException extends Exception
{
}