Class exception
Synopsis
#include "breeze/cryptography/hashing_count.hpp"
class exception
: public std::length_error
Description
The type of exceptions emitted if the input sequence to a hashing algorithm is too long.
Inheritance
Ancestors: std::length_error
Methods
exception |
Source
Lines 36-41 in breeze/cryptography/hashing_count.hpp.
class exception
: public std::length_error
{
public:
explicit exception( char const * what_message ) ;
} ;