PHP Classes

File: docs/files/Exception/RuntimeException.php.txt

Recommend this page to a friend!
  Classes of Kiril Savchev   ITE Logger   docs/files/Exception/RuntimeException.php.txt   Download  
File: docs/files/Exception/RuntimeException.php.txt
Role: Documentation
Content type: text/plain
Description: Documentation
Class: ITE Logger
Log messages to different storage PSR-3 compliant
Author: By
Last change:
Date: 7 years ago
Size: 141 bytes
 

Contents

Class file image Download
<?php namespace Ite\Logger\Exception; /** * RuntimeException * * @author vis */ class RuntimeException extends \RuntimeException { }