Module: SmartCore
- Defined in:
- lib/smart_core.rb,
lib/smart_core/errors.rb,
lib/smart_core/version.rb
Overview
Defined Under Namespace
Modules: Initializer, Injector Classes: Container, Operation, Schema, Validator
Constant Summary collapse
- Error =
Class.new(StandardError)
- ArgumentError =
Class.new(::ArgumentError)
- FrozenError =
begin # rubocop:disable Naming/ConstantName # :nocov: if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('2.5.0') Class.new(::FrozenError) else Class.new(::RuntimeError) end # :nocov: end
- VERSION =
'0.7.0'