mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 06:40:33 -04:00
6 lines
87 B
PHP
6 lines
87 B
PHP
<?php
|
|
namespace Safe\Exceptions;
|
|
|
|
class GmpException extends AbstractSafeException
|
|
{
|
|
}
|