david942j/gdb-ruby

View on GitHub
lib/gdb/gdb_error.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

module GDB
  # Raise this error if the request will fail in gdb.
  class GDBError < StandardError
  end
end