• File: UnableToShareErrorException.php
  • Full Path: /home/masbinta/public_html/core/vendor/facade/ignition/src/Exceptions/UnableToShareErrorException.php
  • File size: 118 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Facade\Ignition\Exceptions;

use Exception;

class UnableToShareErrorException extends Exception
{
}