10 lines
118 B
PHP
Executable File
10 lines
118 B
PHP
Executable File
<?php
|
|
|
|
namespace Facade\Ignition\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class UnableToShareErrorException extends Exception
|
|
{
|
|
}
|