관리-도구
편집 파일: ConnectionException.php
<?php namespace Paynow\Http; use Exception; /** * Exception thrown if an error occurs while sending Http request * * @package Paynow\Http */ class ConnectionException extends Exception { }