mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
Small refactoring.
This commit is contained in:
parent
72b443375c
commit
2e27c5d9c3
4 changed files with 20 additions and 42 deletions
|
@ -12,6 +12,7 @@ namespace YAML
|
|||
class IllegalMapValue: public Exception {};
|
||||
class IllegalScalar: public Exception {};
|
||||
class IllegalTabInScalar: public Exception {};
|
||||
class IllegalFlowEnd: public Exception {};
|
||||
class DocIndicatorInQuote: public Exception {};
|
||||
class EOFInQuote: public Exception {};
|
||||
class RequiredSimpleKeyNotFound: public Exception {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue