mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 04:16:38 -04:00
6 lines
89 B
PHP
6 lines
89 B
PHP
<?php
|
|
namespace Safe\Exceptions;
|
|
|
|
class PcntlException extends AbstractSafeException
|
|
{
|
|
}
|