icingaweb2/library/Icinga
Alexander Klimov 7ff51caed0 Remove leading backslashes from the targets of use statements
- use \Exception;
+ use Exception;
2014-08-27 15:51:49 +02:00
..
Application Remove leading backslashes from the targets of use statements 2014-08-27 15:51:49 +02:00
Authentication ConfigurationError: extend IcingaException 2014-08-22 11:46:11 +02:00
Chart Remove leading backslashes from the targets of use statements 2014-08-27 15:51:49 +02:00
Cli ProgrammingError: extend IcingaException 2014-08-26 11:15:19 +02:00
Config Support nested keys expressed as single strings in the PreservingIniWriter 2014-08-26 18:05:22 +02:00
Data ProgrammingError: extend IcingaException 2014-08-26 11:15:19 +02:00
Exception SystemPermissionException: extend IcingaException 2014-08-26 11:21:57 +02:00
File Remove license headers from all files 2014-07-15 13:43:52 +02:00
Logger ConfigurationError: extend IcingaException 2014-08-22 11:46:11 +02:00
Protocol Remove leading backslashes from the targets of use statements 2014-08-27 15:51:49 +02:00
Test Fix testing errors due to accessing the session id by using our container 2014-07-16 10:18:00 +02:00
User Remove leading backslashes from the targets of use statements 2014-08-27 15:51:49 +02:00
Util ProgrammingError: extend IcingaException 2014-08-26 11:15:19 +02:00
Web Remove leading backslashes from the targets of use statements 2014-08-27 15:51:49 +02:00
User.php AutoLogin/Logout: Remove own session namespace 2014-07-30 12:35:55 +02:00