Arkanjo 0.2
A tool for find code duplicated functions in codebases
Loading...
Searching...
No Matches
cli_error.hpp File Reference
#include <iostream>
#include <stdexcept>
+ Include dependency graph for cli_error.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CLIError
 Base class for CLI-related errors. More...
 
class  OptionMissingError
 An error is thrown when a required option is not provided. More...
 
class  CommandNotFoundError
 An error is thrown when an unknown command is passed. More...