fastcgi++
Classes
Fastcgipp::Exceptions Namespace Reference

Includes all exceptions used by the fastcgi++ library. More...

Classes

struct  CodedException
 General exception class for container errnos and messages. More...
struct  CodeCvt
 Exception for code conversion errors between UTF-16/32 and UTF-8. More...
struct  RecordsOutOfOrder
 Thrown if FastCGI records are received out of order. More...
struct  UnknownContentType
 Thrown if a incoming content type is unknown. More...
struct  Socket
 General exception for socket related errors. More...
struct  SocketWrite
 Exception for write errors to sockets More...
struct  SocketRead
 Exception for read errors to sockets More...
struct  SocketPoll
 Exception for poll() errors More...

Detailed Description

Includes all exceptions used by the fastcgi++ library.