queirozfcom / rachinations

Other
2 stars 0 forks source link

standardize type of exceptions raised #49

Open queirozfcom opened 9 years ago

queirozfcom commented 9 years ago

For example, if there's a method that many classes implement (say, for example, put_resource!) which ar epart of their public interfaces, the exceptions raised by these methods should always be the same so that client code know what to expect. This should also be documented (YARD anotations)