]> git.mxchange.org Git - core.git/commit
Introduced ConfigValueTypeUnsupportedException
authorRoland Haeder <roland@mxchange.org>
Tue, 26 May 2015 22:45:17 +0000 (00:45 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 26 May 2015 22:45:17 +0000 (00:45 +0200)
commit1c4fc1ae50d2e99f9e52a2fe86c15caeab55de70
tree0b76d2442b8b64dd15c2b79e0a0fcde9cac0623c
parent8557b4385895b8cb92e04c5dd66c783b25055dd7
Introduced ConfigValueTypeUnsupportedException

Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/exceptions/config/.htaccess [new file with mode: 0644]
inc/classes/exceptions/config/class_ConfigEntryIsEmptyException.php [new file with mode: 0644]
inc/classes/exceptions/config/class_NoConfigEntryException.php [new file with mode: 0644]
inc/classes/exceptions/main/class_ConfigEntryIsEmptyException.php [deleted file]
inc/classes/exceptions/main/class_NoConfigEntryException.php [deleted file]
inc/config/class_FrameworkConfiguration.php