]> git.mxchange.org Git - core.git/commit
More concrete exceptions added, BaseController rewritten:
authorRoland Häder <roland@mxchange.org>
Wed, 20 Jul 2011 00:32:03 +0000 (00:32 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 20 Jul 2011 00:32:03 +0000 (00:32 +0000)
commit0ff6b6dd6f297dc3257f8a4687ca514a2c60cd28
tree08c7d690551e34e4f6801f6f281d2570d3f8403a
parent25a7f5c48d8e5f03ff7777757ec7e2420a5bdb09
More concrete exceptions added, BaseController rewritten:
- Exceptions added, please use these instead of InvalidSocketExceptio
- All filters in BaseController are now named in class constants
.gitattributes
inc/classes/exceptions/socket/class_SocketConnectionException.php [new file with mode: 0644]
inc/classes/exceptions/socket/class_SocketCreationException.php [new file with mode: 0644]
inc/classes/exceptions/socket/class_SocketOptionException.php [new file with mode: 0644]
inc/classes/exceptions/socket/class_SocketShutdownException.php
inc/classes/interfaces/resolver/state/class_StateResolver.php
inc/classes/main/controller/class_BaseController.php