5 lines
No EOL
74 B
Ruby
5 lines
No EOL
74 B
Ruby
module ErrorHandler
|
|
class NullErrorHandler
|
|
def notify; end
|
|
end
|
|
end |