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