plot_exceptions.h
Go to the documentation of this file.
1 
10 #pragma once
12 
13 namespace illumina { namespace interop { namespace model
14 {
27  {
32  invalid_filter_option(const std::string &mesg) : util::base_exception(mesg)
33  { }
34  };
36 }}}
37 
38 
Definition: enum_description.h:15
Definition: plot_exceptions.h:26
Definition: base_exception.h:21
invalid_filter_option(const std::string &mesg)
Definition: plot_exceptions.h:32
base_exception(const std::string &mesg)
Definition: base_exception.h:27